Base URL : http://www.allzicradio.com /* flux apps * * -- LISTINGS RADIOS -- * /json/get_all : all radios * /json/get_all/1 : only allzic * /json/get_radio_by_id/ID : détails of a radio thanks to an ID * /json/get_radios_by_categories/ID : list of radios with a given category (ID) * /json/get_radios_by_zipcode/COUNTRY_ID/ZIPCODE/PAGE/LIMIT : list of radios for a country and one/many given postal codes (séparated with dashes - if more than one) * /json/get_radios_by_city/COUNTRY_ID/CITY/PAGE/LIMIT : list of radios for a country and a given town * /json/get_radios_by_department/COUNTRY_ID/DEPARTMENT/PAGE/LIMIT : list of radios for a country and a given département * /json/get_radios_by_country/COUNTRY_ID/PAGE/LIMIT : list of radios for a country * /json/get_top : Top of all radios * /json/get_suggest/IDS : List of suggestions radios with given ID(s) (séparated with dashes - ) * * -- DONNEES DIVERSES -- * /json/get_categories : list of categories * /json/get_departments : list of départements * /json/get_cities/COUNTRY_ID/PAGE/LIMIT : list of towns for a given country * /json/get_countries : list of countries * * -- RECHERCHE -- * /json/autocomplete/STR : autocomplete * /json/search : search avec POST['search'] */